home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / widget / r3uvprpw.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  1.1 KB  |  46 lines

  1.  
  2. // JavaScript wrapper for r3uvprpw.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_UVPROP_H = 1;
  7. include("oops/r3window.js")
  8.  
  9.  
  10. var R3CLID_UVPROP = 1711;
  11.  
  12.  
  13.  
  14.  
  15. // Description: Add gadget for viewing canvas specific options. When the user makes a canvas the
  16. //      current rendering canvas, the corresponding gadget is shown in the view property window allowing the
  17. //      user to access canvas specific options.
  18. // Returns: Boolean, TRUE if succeeded.
  19. // p1: Integer, class id of the canvas
  20. // p2: Integer, class id of the canvas model
  21. // p3: Integer, class id of the canvas gadget
  22.  
  23. R3UVPROPCM_ADDCANVASGADGET = 1711018;
  24.  
  25. function mR3UVPROPCM_ADDCANVASGADGET(p1, p2, p3) {
  26.   return   DoA3(this.r3obj, 1711018, p1, R3TID_INTEGER, 0, p2, R3TID_INTEGER, 0, p3, R3TID_INTEGER, 0);
  27. }
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34. function r3Uvprop () { 
  35.    this.base = r3God;
  36.    if(arguments.length) {
  37.       this.base(R3CLID_UVPROP, arguments);
  38.    }
  39.    // Methods
  40.    this.ADDCANVASGADGET=mR3UVPROPCM_ADDCANVASGADGET;
  41.  
  42.    // Attributes
  43. }
  44.  
  45. r3Uvprop.prototype=new r3Window;
  46. // r3uvprpw.h_H